Skip to content

Forth Library Implementation examples as playable demos

License

Notifications You must be signed in to change notification settings

forth-engine/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forth-Library Demo

Contain Demo Executables. Depends with Forth-Library, GLEW, GLFW and GLM.

Build using CMake. So far only proven to compile with MSVC 2015 on Windows. More OS and compiler supports is on the way.

Also see the library and the website

Note to self.

Git remotes

git remote add extern-glew https://github.com/forth-engine/glew
git remote add extern-glut https://github.com/glfw/glfw
git remote add extern-glfw https://github.com/glfw/glfw
git remote add extern-forth https://github.com/forth-engine/forth-library
git remote add extern-glm https://github.com/g-truc/glm

Syncing with forth-library repo:

git add .
git stash
git fetch extern-forth master
git subtree pull --prefix extern/forth extern-forth master --squash
git stash pop

About

Forth Library Implementation examples as playable demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published