Skip to content

YusufKhan-gamedev/GLUTfuck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLUTfuck

OpenGL for BrainFuck

The base code is from texus(https://github.com/texus/Brainfuck-interpreter) I just added GLUT functionallity To run this you need GLUT + Opengl

Compile & Run

g++ main.cpp -std=c++11 -framework GLUT -framework OpenGL  -obf-interpreter -O1

./bf-interpreter input.bf

Use ',' to draw a triange with the current cell being the size (add the next cell being the color value NOTE:ITS BROKEN) Use '.' to draw a cube with the current cell being the size.

About

OpenGL for BrainFuck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Brainfuck 0.8%