This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Opentk
Watch
1
Star
0
Fork
You've already forked Opentk
0
mirror of
https://github.com/Ryujinx/Opentk.git
synced
2025-11-09 03:14:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
.Net Standard port for Opentk
2527
commits
4
branches
1
tag
65
MiB
C#
94.9%
F#
2.4%
Python
1.4%
Ruby
1%
Tcl
0.3%
7bcbfc7072
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
the_fiddler
7bcbfc7072
Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll.
2011-12-08 00:03:14 +00:00
Documentation
Updated documentation for release.
2010-10-06 16:09:10 +00:00
Installers
Exclude folders related to the build server.
2011-11-07 23:04:27 +00:00
Source
Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll.
2011-12-08 00:03:14 +00:00
OpenTK.sln
Replaced all custom tasks with built-in tasks, because custom tasks cause builds through Visual Studio to fail. This is a known issue since VS2005 (the dll containing custom tasks gets loaded into the devenv AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project).
2010-10-06 14:59:13 +00:00
OpenTK.snk
Added keyfile and strong-named all projects.
2010-10-04 14:39:42 +00:00
QuickStart.sln
* QuickStart.sln:
2010-10-21 12:55:45 +00:00