Skip to content
/ EGEP Public

Experimental Graphical Entertainment Program

Notifications You must be signed in to change notification settings

CDRXavier/EGEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

XXXX     X                  *
    X  X                    *
    XX      ***** ***** ***** *****
  X  X      *     *   * *   * *****
X     XXXX  ***** ***** ***** *****

Experimental Graphical Entertainment Program

An attempt at making a independent program featuring basic graphics and animations.
Avialiable for both the Arduboy platform and Windows.
Supporting Windows 7 or later.
____
Instructions(and explainations):
For VerArd (arduboy) version, things are pretty straightforward.
You have a '.ino' file which is the source code, and you have the '.hex' file for the compiled binary

For VerWin (windows) version, things are not straightforward at all.
First, download all of them:
* The '.rc' files are the resource script files (which are also needed) because there are modified content
that are different from the default resource scripts. Without those, the About box and the language of the
application will not work
* You will also need the '.ico' icon files.
* The 'targetver.h' is relatively unimportant, as it defined the platform the program can run on. You might be able to get away without it.
* The 'stdafx.h' is the default, so I did not include that.
* The 'EGEP_Original.cpp' is the original (uncleaned) sourcecode file. It is functional identical to the
'EGEP.cpp'.

What I suggest you to do, is that you create a project (Windows Desktop Program type), called EGEP.
They you copy-paste the downloaded files into that place, because the other irrelevant stuff
will have the right directory. (upon creation)

If you are editing the '.rc' file, make sure you make the changes referenced elsewhere as well --- Visual Studio
will not error-check the resource file, and it can't fix it for you if something goes wrong.

About

Experimental Graphical Entertainment Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published