miniglut
3 years agolet's avoid int32_t since we don't use libc
John Tsiombikas [Fri, 7 Aug 2020 12:35:54 +0000 (15:35 +0300)]
let's avoid int32_t since we don't use libc

3 years agopreparing release 0.3
John Tsiombikas [Thu, 6 Aug 2020 23:19:51 +0000 (02:19 +0300)]
preparing release 0.3

3 years agochanged readme logo url
John Tsiombikas [Thu, 6 Aug 2020 22:50:24 +0000 (01:50 +0300)]
changed readme logo url

3 years agoadded glutWireTeapot
John Tsiombikas [Thu, 6 Aug 2020 22:47:39 +0000 (01:47 +0300)]
added glutWireTeapot

3 years agoadded Utah teapot
John Tsiombikas [Thu, 6 Aug 2020 22:46:44 +0000 (01:46 +0300)]
added Utah teapot

3 years agologo in the readme
John Tsiombikas [Mon, 27 Jul 2020 16:03:15 +0000 (19:03 +0300)]
logo in the readme

3 years agoMerge branch 'master' of github.com:jtsiomb/miniglut
John Tsiombikas [Wed, 17 Jun 2020 04:34:22 +0000 (07:34 +0300)]
Merge branch 'master' of github.com:jtsiomb/miniglut

3 years agoimplemented glutSetCursor(GLUT_CURSOR_NONE) on X11
John Tsiombikas [Tue, 16 Jun 2020 21:50:30 +0000 (00:50 +0300)]
implemented glutSetCursor(GLUT_CURSOR_NONE) on X11

3 years agofixed makefile, older GNU make versions do not support "else ifeq" chains.
John Tsiombikas [Mon, 1 Jun 2020 17:20:20 +0000 (20:20 +0300)]
fixed makefile, older GNU make versions do not support "else ifeq" chains.

3 years agopreparing release v0.2
John Tsiombikas [Sat, 30 May 2020 13:01:40 +0000 (16:01 +0300)]
preparing release v0.2

3 years agofixed win32 srgb/multisample context creation
John Tsiombikas [Sat, 30 May 2020 12:48:29 +0000 (15:48 +0300)]
fixed win32 srgb/multisample context creation

3 years agowin32 support for multisampling and sRGB
John Tsiombikas [Sat, 30 May 2020 12:19:55 +0000 (15:19 +0300)]
win32 support for multisampling and sRGB

4 years agovc project
John Tsiombikas [Sat, 30 May 2020 09:07:36 +0000 (12:07 +0300)]
vc project

4 years agorecreated the msvc project to build a static library
John Tsiombikas [Sat, 30 May 2020 08:35:44 +0000 (11:35 +0300)]
recreated the msvc project to build a static library

4 years agofixed mingw build
John Tsiombikas [Sat, 30 May 2020 08:02:04 +0000 (11:02 +0300)]
fixed mingw build

4 years agomakefile rules to build as static library and install/uninstall
John Tsiombikas [Sat, 30 May 2020 07:45:10 +0000 (10:45 +0300)]
makefile rules to build as static library and install/uninstall

4 years agospaceball support on X11
John Tsiombikas [Sat, 30 May 2020 07:33:35 +0000 (10:33 +0300)]
spaceball support on X11

4 years agofinished the MWM fullscreen implementation
John Tsiombikas [Sat, 30 May 2020 03:02:21 +0000 (06:02 +0300)]
finished the MWM fullscreen implementation

4 years agofixed makefile to build on IRIX by auto-detecting it needs to link with
John Tsiombikas [Fri, 29 May 2020 15:01:09 +0000 (18:01 +0300)]
fixed makefile to build on IRIX by auto-detecting it needs to link with
libc and disable the inline assembly hacks

4 years ago- fixed the detection of EHWM _NET_STATE_FULLSCREEN support
John Tsiombikas [Fri, 29 May 2020 14:33:29 +0000 (17:33 +0300)]
- fixed the detection of EHWM _NET_STATE_FULLSCREEN support
- reordered the functions in miniglut.c

4 years agoglutFullScreen() implemented on X11
John Tsiombikas [Thu, 28 May 2020 16:23:25 +0000 (19:23 +0300)]
glutFullScreen() implemented on X11

4 years agofixed keyboard handling on windows
John Tsiombikas [Thu, 28 May 2020 08:37:14 +0000 (11:37 +0300)]
fixed keyboard handling on windows

4 years agowindows glutFullScreen implementation
John Tsiombikas [Thu, 28 May 2020 07:48:11 +0000 (10:48 +0300)]
windows glutFullScreen implementation

4 years agoclient rect adjustment (windows)
John Tsiombikas [Wed, 27 May 2020 17:38:27 +0000 (20:38 +0300)]
client rect adjustment (windows)

4 years agoaddes special key enumerations and translation
John Tsiombikas [Wed, 27 May 2020 13:22:19 +0000 (16:22 +0300)]
addes special key enumerations and translation

4 years agoadded watcom makefile for windows
John Tsiombikas [Wed, 27 May 2020 09:07:48 +0000 (12:07 +0300)]
added watcom makefile for windows

4 years agoprepare release 0.1
John Tsiombikas [Wed, 27 May 2020 07:19:49 +0000 (10:19 +0300)]
prepare release 0.1

4 years agomore msvc trash in .gitignore
John Tsiombikas [Wed, 27 May 2020 07:13:38 +0000 (10:13 +0300)]
more msvc trash in .gitignore

4 years agomade the header compatible with C++
John Tsiombikas [Wed, 27 May 2020 07:02:11 +0000 (10:02 +0300)]
made the header compatible with C++

4 years ago- added animation in the test program to test timers
John Tsiombikas [Wed, 27 May 2020 06:57:27 +0000 (09:57 +0300)]
- added animation in the test program to test timers
- added cross-compile rules in the makefile
- clarified and expanded the README
- added the option to avoid linking with winmm on windows
- removed the GCC builtins as they were pulling math library symbols

4 years agowindows port
John Tsiombikas [Wed, 27 May 2020 05:19:25 +0000 (08:19 +0300)]
windows port

4 years agoremoved X Window parameters to cross-platform functions
John Tsiombikas [Wed, 27 May 2020 03:05:06 +0000 (06:05 +0300)]
removed X Window parameters to cross-platform functions

4 years agoinline assembly for msvc and watcom (untested)
John Tsiombikas [Wed, 27 May 2020 02:59:30 +0000 (05:59 +0300)]
inline assembly for msvc and watcom (untested)

4 years agoprimitives
John Tsiombikas [Tue, 26 May 2020 03:47:44 +0000 (06:47 +0300)]
primitives

4 years agoMiniGLUT initial commit
John Tsiombikas [Mon, 25 May 2020 14:55:00 +0000 (17:55 +0300)]
MiniGLUT initial commit