Monkey2 BASIC programming language for 2d/3d game development

#compiler #gamedev #language #framework #basic #BASIC #monkey

Mark Sibly 3f6be81d73 Fix linker creating .so instead of exec 5 år sedan
bananas 9165e691c3 Fixed sqlite link issue. 6 år sedan
bin 3f6be81d73 Fix linker creating .so instead of exec 5 år sedan
devtools 85377cb317 Updated binariesand scripts. 9 år sedan
docs 7b3621afe6 Added docs/theme-dark.css 7 år sedan
modules 349651c9fc Changed deferred buffer pixel format to RGBA8 for all "ES" profiles. 6 år sedan
products abd86f1b30 Fixed 'android' product manifest, 'EACCES' error 6 år sedan
scripts 963222e877 Fixed android std.permissions. 6 år sedan
src d0b3a00241 Force 'iphonesimulator' to unuse 'threads' 6 år sedan
.gitattributes 7d105aaebb added *.cc, *.in, *.inl to .gitattributes 6 år sedan
.gitignore 735b092ccd WIP threads. 7 år sedan
ABOUT.HTML 132138c1d2 xmas tweaks! 6 år sedan
LICENSE.TXT 86e13ec3ba Updated binaries. 9 år sedan
README.TXT f67c66c653 Update text/html files. 6 år sedan
VERSIONS.TXT f67c66c653 Update text/html files. 6 år sedan
ducks-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
hingechain-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
jointchain-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
shapes-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
spotlight-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
sprites-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
test-scene.mojo3d 74d7dc427e updated .mojo3d scene demos. 7 år sedan
xmas-lights.png 132138c1d2 xmas tweaks! 6 år sedan

README.TXT


***** Welcome to Monkey2! *****

If you are reading this on github, please note there are prebuilt versions of monkey2 (with complete source code) available from https://blitzresearch.itch.io/monkey2.


***** Building monkey2 on Windows *****

1) Unless you are using one of the prebuilt releases, you will need to install the mingw-64 compiler. There is a self-extracting archive of mingw-64 that has been tested with monkey2 here:

http://monkeycoder.co.nz/get-file?file=i686-6.2.0-posix-dwarf-rt_v5-rev1.exe

If you install this to the monkey2 'devtools' directory, the following steps should 'just work' (ha!).

2) Open a command prompt and change to the 'monkey2\scripts' directory.

3) Enter 'rebuildall' and hit return. Wait...

4) If all went well, you should end up with a 'Monkey2 (Windows)' exe in the monkey2 directory. Run this to launch the Ted2go IDE.

5) You should now be able to build and run monkey2 apps. There are some sample apps in the monkey2/bananas directory.


***** Building monkey2 on MacOS/Linux *****

1) On MacoS, install the xcode command line tools. You can do this by entering 'xcode-select --install' in a shell.

2) Open a shell and change to the 'monkey2/scripts' directory.

3) Enter './rebuildall.sh' and hit return. Wait...

4) If all went well, you should end up with a 'Monkey2 (...)' app in the monkey2 directory. Run this to launch the Ted2go IDE.

5) You should now be able to build and run monkey2 apps. There are some sample apps in the monkey2/bananas directory.


***** More information *****

Monkey2 development blog: http://monkeycoder.co.nz/

Monkey2 itch.io page: https://blitzresearch.itch.io/monkey2

Monkey2 github page: https://github.com/blitz-research/monkey2

Ted2go github page: https://github.com/engor/Ted2Go