Jump to content

PixelBrushArt

Member
  • Joined

  • Last visited

  1. The solution I found was just going into Core.h and forcing DEFAULT_GFX_BACKEND to be CC_GFX_BACKEND_GL11 I'm trying to write an OpenGL 1.1-compatible Software Renderer, and Classicube seemed to be a good test platform for this application.
  2. I can't seem to figure out how to compile ClassiCube to work with OpenGL 1.1. I've tried passing it in a few ways CCFLAGS="-DCC_BUILD_GL11" make linux export CFLAGS="-DCC_BUILD_GL11" and even CGLAGS += -DCC_BUILD_GL11 directly in the Makefile, to no avail. Would appreciate any advice on this front.