Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: freeglut

r4nn0/NGE

Indiemade C++ Engine

Language: C - Size: 66.7 MB - Last synced: about 22 hours ago - Pushed: 2 days ago - Stars: 4 - Forks: 0

WysokiStudent/RotatingTriangles

Language: C++ - Size: 8.79 KB - Last synced: 4 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

AyoubCoding21/ElectroBench

A OpenGL 2.1/3.0 benchmark designed specifically to benchmark old and new PCs.

Language: GLSL - Size: 131 KB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 1 - Forks: 0

dinelaganovic/GDI_OpenGL_Lab

Language: C++ - Size: 1.05 MB - Last synced: 23 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

aizenbaidya/OpenGL-Paint-Application

A simple paint application made using OpenGL and C++.

Language: C++ - Size: 336 KB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 0 - Forks: 0

gdsotirov/freeglut.SlackBuild

Slackware build script for Free OpenGL Utility Toolkit (GLUT)

Language: Shell - Size: 13.7 KB - Last synced: 30 days ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

da1nerd/lib_glut

Freeglut bindings for Crystal

Language: Crystal - Size: 28.3 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

da1nerd/cryst_glut

OpenGL context toolkit built on Freeglut and written in Crystal

Language: Crystal - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 2 - Forks: 1

michaeltroger/homer-opengl

Homer Simpson drawn with vector/matrix operations using OpenGL 2 / C++

Language: C++ - Size: 41 KB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

mrsauravsahu/TowerOfHanoi

Cross platform Tower of Hanoi game using GLUT for Windows and freeglut for Linux and Mac.

Language: C - Size: 52.7 KB - Last synced: about 1 month ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

lowhung/cloth_simulation

Simulating cloth movement with different stiffness, wind strength

Language: C++ - Size: 34 MB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1

lowhung/biped-bird-movement-sim

Bird and bipedal movement simulations.

Language: C++ - Size: 23.9 MB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

Astro36/ICE3016-miniproject 📦

Inha Univ. Computer Graphics Capstone Design Mini Project

Language: C++ - Size: 44.9 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

0000Blaze/Cpp-Genie

A local file storage system which utilizes the OpenGL (Glut) and C++ language , also has additional features such as ToDo list , clock , search engine for word , synonyms adding

Language: C++ - Size: 2.84 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

dbseitenfus/graphic-computing

Studies and activities of the discipline of Graphic Computing at UFSM, using C++, C, OpenGL, FreeGlut, Canvas2D.

Language: C - Size: 2.18 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

adwitiya/InverseKinematics

IK Solver using CCD using OpenGL and C++

Language: C++ - Size: 456 KB - Last synced: 2 months ago - Pushed: about 6 years ago - Stars: 11 - Forks: 0

733amir/solar-system Fork of andgoldin/TeapotSun

A 3D solar system simulation, created with OpenGL and FreeGLUT3. This project is for Computer Graphics course.

Language: C++ - Size: 5.08 MB - Last synced: 2 months ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

Snipie/Conway-s-game-of-life-clone

This is a Conway's Game of Life clone using OpenGL for rendering and GLUT for window and input managment.

Language: C - Size: 469 KB - Last synced: 2 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 1

cognitivewaves/OpenGL-Basic

A practical way to learn the basics of OpenGL

Language: C - Size: 729 KB - Last synced: 3 months ago - Pushed: over 6 years ago - Stars: 2 - Forks: 1

kiss-sh/coloracao_de_mapas

projeto da disciplina de computação grafica, visualização do problema de coloração de mapas

Language: C++ - Size: 26.4 KB - Last synced: 3 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

aartiukh/sph-sdk

C++ implementation of Smoothed Particle Hydrodynamics

Language: C++ - Size: 303 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 13 - Forks: 1

MdAlbinHossain/Computer-Graphics

Starter Project for Computer Graphics learners with OpenGL

Language: C - Size: 138 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 7 - Forks: 4

ut3/demo-gl-antialiasing

An OpenGL 2.X demo. Some GLUT spheres rolling along the Z plane with misc effects.

Language: C - Size: 371 KB - Last synced: 4 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

ferrellsl/3DSViewer

3D Studio Max 3DS model viewer with JPEG and BMP texture support.

Language: C++ - Size: 10.3 MB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 2 - Forks: 2

kodiidok/glut-computer-graphics-3d-primitives-and-basics

This project demonstrates a basic 3D graphics scene using OpenGL and GLUT (OpenGL Utility Toolkit) in C. The scene includes a cube that can be manipulated using keyboard inputs to move, scale, and rotate. The project utilizes lighting effects, including ambient light and a spotlight.

Language: C++ - Size: 0 Bytes - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

kodiidok/glut-computer-graphics-2d-primitives-and-basics

This repository contains a simple C program demonstrating 2D graphics using the OpenGL Utility Toolkit (GLUT). The program creates a window and draws a square that can be manipulated using keyboard input.

Language: C++ - Size: 441 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

ABuffaloHerd/COMP612-Ass2

COMP612 assignment 2

Language: C - Size: 136 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

tasbeehismail/LaserWar-Game

Laser War Interactive game implemented in C++20 with OpenGL graphics rendering.

Language: C++ - Size: 4.93 MB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

tahsinhasib/Lunaris-Open-GL

an OpenGL glut project for my academic Computer Graphics course for demonstrating an imaginary planet Lunaris.

Language: C++ - Size: 1.03 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

farukalpay/OpenGL-Particle-Motion

This project simulates the motion of electrons and protons using Coulomb's Law. The simulation is visually represented on-screen using OpenGL.

Language: C++ - Size: 7.07 MB - Last synced: 4 months ago - Pushed: 10 months ago - Stars: 9 - Forks: 0

fatbrother/OpenGL-HW

A simple 3D model viewer.

Language: C++ - Size: 39.2 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

vishnu-dev/Morphy-Music-Visualizer

A music visualizer implemented using C++, SFML and OpenGL for Windows and Linux :notes:

Language: C++ - Size: 19.1 MB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 36 - Forks: 7

Saw8888/GGD-grapics-framework

An incredibly simple graphics framework with very basic functionality. I plan on adding more and using it as a learning experience on CG. It is just my personal revamp of the old way of drawing graphics where you would directly write to a memory buffer.

Language: C - Size: 1.14 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

sukhbat112/interactive-3D-freeGLUT

Small 3D virtual world where the user can go freely, created using freeGLUT library. Contains checkers board, snowmen, trees, etc.

Language: C++ - Size: 9.77 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

tahsinhasib/GLUT-custom-functions

A repository that contains custom glut functions that can be used for optimization

Language: C++ - Size: 14.6 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

etherealxx/shuttle-madness

OpenGL C++ game made with glut.h, stb_image.h and miniaudio.h

Language: C - Size: 8.03 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

manuasir/IG

Computer Graphic tasks with OpenGL (Informática Gráfica - University of Granada)

Language: C++ - Size: 59.1 MB - Last synced: 6 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Levivig/BevGraf_2

Introduction to Computer Graphics - 2. Homework

Language: C - Size: 150 KB - Last synced: 6 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

Levivig/BevGraf_1

Introduction to Computer Graphics - 1. Homework

Language: C - Size: 37.1 KB - Last synced: 6 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

albertkasdorf/Computer-Graphics-SoSe16

Projects of the computer graphics module at FH-Aachen in the summer semester 2016

Language: C++ - Size: 25.4 MB - Last synced: 4 months ago - Pushed: almost 6 years ago - Stars: 2 - Forks: 0

theDrake/opengl-experiments

Simple experiments with OpenGL

Language: C++ - Size: 36.5 MB - Last synced: 10 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

F-Gabriel-Braga/pacman

Este projeto é uma replicação do famoso jogo Pac-Man utilizando a linguagem C e as bibliotecas OpenGL, Freeglut e SOIL. O jogo foi desenvolvido utilizando o ambiente de desenvolvimento CLion.

Language: C - Size: 3.81 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Legelowes/Cpp_FLORANCE_ClientTEMPLATE_ClientServerAssembly

FLORANCE-CLIENT [client–server], cpp, freeglut, lunix, app. Concurrency Framework with Project TODO Compilation.

Language: C++ - Size: 16.6 KB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

hazarbelge/opengl_the_glow_hockey

OpenGL CO-OP 2D Ball Game

Language: C++ - Size: 6.05 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

bsc-william-taylor/computer-game-ai

Coursework submission for the Computer Game AI module.

Language: C++ - Size: 32.1 MB - Last synced: 7 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

KrishAmal/Skydiving

A Simple Skydiving Game built using OpenGL and C++ as a part of the University Undergraduate Mini Project

Language: C++ - Size: 586 KB - Last synced: 7 months ago - Pushed: almost 8 years ago - Stars: 2 - Forks: 1

AdityaSingh17/SingllyLinkedListVisualizer

An OpenGL visualizer for operations on a Singlly Linked List.

Language: C++ - Size: 12.7 KB - Last synced: 7 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 1

Rafli-Dewanto/freeglut-mac

Language: C - Size: 13.7 KB - Last synced: 7 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

TransmissionZero/Hello-GLUT

A very simple "Hello World!" GLUT application demonstrating how to write OpenGL applications in C with MinGW and MSVC.

Language: C - Size: 10.7 KB - Last synced: 8 months ago - Pushed: over 6 years ago - Stars: 33 - Forks: 11

TransmissionZero/freeglut-MinGW

A repackaging of the freeglut source code, along with a Makefile so that it can be built with MinGW.

Language: C - Size: 208 KB - Last synced: 8 months ago - Pushed: over 6 years ago - Stars: 5 - Forks: 3

HbotondS/2D-Top-down-shooter

2D Top-down shooter made with C++ and OpenGL

Language: C++ - Size: 1.71 MB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 11 - Forks: 6

Aayush9027/Snake-Game

A desktop stylized version of snake game made from scratch in C++/OpenGL.

Language: C++ - Size: 479 KB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 3 - Forks: 0

Asynchronousx/Galactic-Mega-Slaughter

A simple, custom and lightweight 3D game engine made from scratch with Legacy OpenGL

Language: C++ - Size: 1.28 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Astro36/freeglut-prebuilt

FreeGLUT Prebuilt Library

Language: C - Size: 1.56 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

parikshitadhikari/toh-visalization

5th semester computer graphics project

Language: C++ - Size: 349 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

MichalPogodski/Touch-emAll

2D agility game

Language: C++ - Size: 36.1 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

CampAsAChamp/DiggerMan

Dig Dug like game in C++ and OpenGL

Language: C++ - Size: 93.6 MB - Last synced: 3 months ago - Pushed: about 2 years ago - Stars: 3 - Forks: 1

kOOnzTe/CTIS164-Projects

2D GLUT/OpenGL Projects

Language: C++ - Size: 1.72 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

alpheratz0/gameoflife

Conway's game of life implemented in the C programming language using the freeglut library

Language: C - Size: 205 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

Croydon/conan-freeglut

Open-source alternative to the OpenGL Utility Toolkit (GLUT) library

Language: Python - Size: 49.8 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

Liza-S/Simple-Animation-of-circles-OpenGL

Simple but beautiful animation of circles on OpenGL with FreeGlut library.

Language: C++ - Size: 1.81 MB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 6

anthonymorast/SolarSystemExplorer

Solar System Explorer

Language: C++ - Size: 3.96 MB - Last synced: 10 months ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

anthonymorast/MandelbrotAndJuliaSets

Mendlbrot/Julia

Language: C++ - Size: 421 KB - Last synced: 10 months ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

Ipiano/Maze-Runners

Backend for class project: Design a maze solver

Language: C++ - Size: 85 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 1 - Forks: 1

Toscan0/IST-CGJ 📦

Work made in Computer Graphics for Games class 2018/2019

Language: C - Size: 132 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Acedpol/IG.01_Informatica-Grafica

Proyecto de IG : uso de OpenGL (iniciación)

Language: C++ - Size: 51.6 MB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

FMudanyali/ES2GEARS-Vita 📦

ES2GEARS ported to PS Vita using FreeGLUT-Vita which utilizes Pigs-In-A-Blanket.

Language: C - Size: 651 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 3 - Forks: 0

FMudanyali/FreeGLUT-Vita 📦

FreeGLUT library ported to PS Vita using Pigs-In-A-Blanket

Language: C - Size: 6.09 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 5 - Forks: 1

JulWas797/RotatingPyramid

Simple 3D rotating pyramid made in C + OpenGL

Language: C - Size: 4.88 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

vbsw/freeglut

freeglut binding for the programming language Go

Language: Go - Size: 23.4 KB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 1

jontrulson/conquest

A real-time multi-player space warfare game, originally written in RATFOR for VAX/VMS, but updated for the 21st century.

Language: C++ - Size: 113 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 10 - Forks: 1

e-renault/ErwanEngine2

OpenCL implementation of a real-time raytracing 3D engine using only opencl & FreeGLUT. Made from scratch without tutorial (buggy and terribly not optimized)

Language: C - Size: 8.68 MB - Last synced: 5 months ago - Pushed: 9 months ago - Stars: 2 - Forks: 0

stevenalbert/3d-chess-opengl

3D Chess game with OpenGL

Language: C++ - Size: 5.76 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 18 - Forks: 13

fabiolameira/BouncingBallsGame

BouncingBallsGame its a game developed in C++ using freeglut library.

Language: C++ - Size: 316 KB - Last synced: 11 months ago - Pushed: over 4 years ago - Stars: 3 - Forks: 1

lasyowl/OpenGL_FBX_Loader_Primal

Worked since 03-Oct-17 through 03-Nov-17. FBX renderer without using SDK.

Language: C++ - Size: 20.5 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 3 - Forks: 0

kyrylo-sovailo/MathG

Light and simple GPU programming library

Language: C++ - Size: 227 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

AdarshRevankar/Desktop-Simulator

OpenGL project which consists of 3D Environment, to demonstrate assembly and disassembly of desktop parts

Language: C++ - Size: 25.7 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 14 - Forks: 6

glscene/nehe_opengl-rad

NeHe OpenGL Lessons. Includes examples for C++Builder RAD Studio for Win32/Win64 platforms.

Language: C - Size: 7.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 22 - Forks: 0

EldarZ/opengl_dog_scene

Opengl legacy 1.1 (fixed function pipeline) simple 3d scene with freeglut and imgui for educational purposes.

Language: C - Size: 13 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 13 - Forks: 1

Flix01/Tiny-OpenGL-Shadow-Mapping-Examples

Compact OpenGL Shadow Mapping Examples in a single compilation unit

Language: C - Size: 563 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 30 - Forks: 1

NewYaroslav/easy_plot_cpp

Простая библиотека C++ для рисования графиков

Language: C++ - Size: 533 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 17 - Forks: 3

Flix01/Header-Only-GL-Helpers

A collection of header files that can ease OpenGL programming

Language: C - Size: 4.26 MB - Last synced: 29 days ago - Pushed: over 3 years ago - Stars: 26 - Forks: 2

shoccho/gl_code_generator

Very basic shape drawing tool to generate legacy openGL (C/CPP + freeglut / glut ) static sketches

Language: JavaScript - Size: 107 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 1

shoccho/glut_C_opengl

Some of my codes or tasks for barely making it alive through Computer graphics course

Language: C++ - Size: 1.96 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

Julellisg/Kaleidoscope-Painter

OpenGL/GLUT program using 8-point symmetry to draw a kaleidoscope.

Language: C - Size: 1.57 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Julellisg/Particle-Screensaver

OpenGL/GLUT program using particles for a screensaver animation.

Language: C - Size: 2.12 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

bincrafters/conan-freeglut 📦

[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index

Language: Python - Size: 44.9 KB - Last synced: 9 days ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

RodrigoSobral2000/Assignment_2020_CG 📦

Project of a Graphical Computation curse using OpenGL API (C++)

Language: C++ - Size: 38.3 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

vchkhr/snake 📦

Game for Windows written in C++ and OpenGL

Language: C++ - Size: 1.26 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

PauCape/practica-opengl

Práctica final de la asignatura de Informática Gráfica.

Language: C++ - Size: 1.56 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

meganindya/dinosaur-game

BTech 4th Semester Graphics Project using OpenGL in C

Language: C - Size: 232 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

MaciejSzybiak/roguelike-project

A very simple roguelike game written purely in C.

Language: C - Size: 438 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

avnomad/lost-art

A GUI builder utilizing a symbolic solver of linear constraint systems to generate UI source code from visual specifications resembling engineering drawings.

Language: C++ - Size: 2.91 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 4 - Forks: 2

AngeloGalav/doodleJumpGL

A DoodleJump clone made in OpenGL, using procedural geometry made with Hermite Curves. Runs on both Windows and Linux.

Language: C++ - Size: 11.9 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

RaghavaDhanya/ReMorse

Computer Graphics and Visualization Mini-Project.

Language: C++ - Size: 2.93 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 11 - Forks: 2

RaghavaDhanya/glImage

Demo: Loading png images in glut using lodepng

Language: C++ - Size: 79.1 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 4 - Forks: 0

ComplexRalex/BumperKartZ-VS

A mini-game about bumper karts. Originally created by me and my friends for a final project on the Computer Graphics course in the college.

Language: C++ - Size: 439 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

sadhiin/CG-Project Fork of SaminYaser-work/OpenGL-Adventures

Chrome Dino 🦖 like game made with OpenGL (freeglut) and C++

Language: C - Size: 35.1 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Rizwan-Hasan/Visual-Studio-FreeGLUT-Example

An example of a FreeGLUT project in Visual Studio.

Language: C++ - Size: 121 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

lemonteus/aliens_not_allowed

A game developed with OpenGL, Freeglut and C Language as a Computer Graphics project @ CEFET-MG, inspired by Galaxian.

Language: C - Size: 13.6 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0