MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

OVCC: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
(→‎Links: Add link to Paul Z's github repo)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
| photo      =  
| photo      =  
| caption    =  
| caption    =  
| date      =  
| date      = March 8, 2023
| year      =  
| year      = 2023
| enddate    =  
| enddate    =  
| endyear    =  
| endyear    =  
| location  =  
| location  =  
| download  = [https://drive.google.com/drive/folders/1xL8jWnwWLKL9D6K5ZNHIYRGNySIipEKV?usp=sharing Download]
| interface  =  
| interface  =  
| author    = [[Joseph Forgione]]
| author    = [[Joseph Forgione]]
| media      =  
| media      = Download only
| memory    =  
| memory    =  
| os        =  
| os        = Linux, MacOS X
| platform  =  
| platform  =  
| publisher  =  
| publisher  =  
Line 33: Line 34:
== History ==
== History ==


OVCC is a fork of VCC, the main objectives are :
OVCC is a fork of [[VCC]], the Virtual Color Computer emulation program. OVCC's main objectives are:


# To provide a native version of VCC for Linux and Mac OS X
# To provide a native version of VCC for Linux and Mac OS X
Line 39: Line 40:


The shared memory support provides a 40% improvement in efficiency and performance when compared to not using it. From a user perspective the experience was meant to similar and hence the similarity in user interface.
The shared memory support provides a 40% improvement in efficiency and performance when compared to not using it. From a user perspective the experience was meant to similar and hence the similarity in user interface.
Internally some major changes had to be made to accommodate a new GUI interface.  This impacted both the core and loadable device libraries. However anyone familiar with the code of VCC could look at OVCC and see all the similarities.
Internally some major changes had to be made to accommodate a new GUI interface.  This affected both the core and loadable device libraries. However, anyone familiar with the code of VCC could look at OVCC and see all the similarities.


Binaries for Ubuntu 18.04 LTS and 20.04 LTS, as well as Windows are available.
Binaries for Ubuntu 18.04 LTS and 20.04 LTS, as well as Windows are available.
See the second link above for a Github repo containing an XCode project file for Mac OS X, and a link to a binary for Max OS X arm64 (M1 and later).

Latest revision as of 14:30, 17 April 2024

The portable and open Virtual Colo(u)r Computer (OVCC)

MISSING PHOTO

Name The portable and open Virtual Colo(u)r Computer (OVCC)
Date March 8, 2023
Year 2023
Author(s) Joseph Forgione
Media Download only
Memory MEMORY NEEDED
O.S. Linux, MacOS X
Platform PLATFORM NEEDED
Publisher PUBLISHER NEEDED
Requires REQUIREMENTS NEEDED
Video Mode VIDEO MODE NEEDED
Download Download
Notes short description
Info Source J.Forgione
About the Software Info Box


Links

see also

History

OVCC is a fork of VCC, the Virtual Color Computer emulation program. OVCC's main objectives are:

  1. To provide a native version of VCC for Linux and Mac OS X
  2. To take advantage of UNIX shared memory support (obviously not in the Windows version)

The shared memory support provides a 40% improvement in efficiency and performance when compared to not using it. From a user perspective the experience was meant to similar and hence the similarity in user interface. Internally some major changes had to be made to accommodate a new GUI interface. This affected both the core and loadable device libraries. However, anyone familiar with the code of VCC could look at OVCC and see all the similarities.

Binaries for Ubuntu 18.04 LTS and 20.04 LTS, as well as Windows are available.

See the second link above for a Github repo containing an XCode project file for Mac OS X, and a link to a binary for Max OS X arm64 (M1 and later).