achilles288 / robot-monitor-graphics

Simple and quick 2D/3D graphics engine for simulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RMG Robot Logo

Simple and quick 2D/3D graphics rendering engine with the aim for making robotic simulations. Loads 2D/3D model files and texture files and easily control the pose and appearance of those 2D/3D objects. Lighting and shadow mapping are done in back-end processes. Performance is smooth since rendering engine uses shader programs and GPU power. The project uses OpenGL API and other external open source packages like GLFW and wxWidgets and is made a cross-platform API.

Drawing shapes Robot arm simulation

Documentation

You can see detailed project documentation including API specifications, design aspects and mathematical analysis here.

Contributing

If you are willing to help us enhancing this open source project, you can summit bug reports and feature suggestions as GitHub issues. You may also take part of the project making pull requests as well. Your contributions to our project are warmly welcomed. Read the guidelines for making commitment here.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Simple and quick 2D/3D graphics engine for simulation.

License:MIT License


Languages

Language:C 62.2%Language:C++ 36.1%Language:NASL 0.9%Language:CMake 0.5%Language:GLSL 0.3%