资 源 简 介
Inspired by Processing, SG4C (Simple Graphics 4 C) is a simple, portable frontend for entry level 2D graphics programming. This is designed for use in classroom so students with no graphics programming experience can easily engage in creative, graphical course projects. SG4C uses a portable Java frontend to draw on the screen. The C backend is simply communicating through standard IO. This separation allows simple compilation steps and little dependency (just a header file) for the C backend, with the tradeoff of overhead and inefficiency making it unsuitable for application requiring high framerate.