C-Turtle
Turtle graphics library
A C++ port of Python's Turtle graphics library for educational purposes.
Port of Python's Turtle to C++
61 stars
2 watching
19 forks
Language: C++
last commit: about 3 years ago
Linked from 2 awesome lists
cpluspluscppcpp-libraryportpythonturtle
Related projects:
Repository | Description | Stars |
---|---|---|
arthurealike/turtle.lua | A simple turtle graphics library for drawing shapes and images in LÖVE. | 95 |
luca-piccioni/opengl.net | A set of C# libraries and toolkits that provide a platform-agnostic interface to OpenGL for building graphics applications. | 580 |
overv/oogl | A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. | 414 |
gpuopen-drivers/pal | An abstraction layer between 3D graphics drivers and hardware/operating system details | 364 |
jpbruyere/vkvg | A 2D graphics library built on top of Vulkan, providing a Cairo-like API for rendering and drawing operations. | 767 |
gpuopen-drivers/xgl | Translates Vulkan API commands into PAL commands to enable graphics rendering | 215 |
lv2/pugl | A minimal, portable API for creating GUIs on various platforms. | 181 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
tomdalling/opengl-series | Code and resources for learning OpenGL programming through a series of tutorials | 812 |
olikraus/u8glib | A graphics library that provides an interface to various monochrome displays and offers features such as font support, GUI functionality, and device compatibility. | 1,253 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
ripper37/glul | An OpenGL utility library providing modern C++11 design and high-level abstractions for creating 2D graphics, input management, window creation, and more. | 56 |
olikraus/ucglib | A C-based color graphics library for embedded systems with support for various display controllers. | 265 |
uclouvain/openjpeg | Develops and maintains an open-source JPEG 2000 compression library written in C. | 980 |
tankos/sfgui | A lightweight C++ library for building fast and easy-to-use graphical user interfaces. | 431 |