Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Bindings - other languages
»
DotNet
»
Does sfml.net support opentk?
Print
Pages: [
1
]
Author
Topic: Does sfml.net support opentk? (Read 2946 times)
0 Members and 1 Guest are viewing this topic.
publicENEMY
Newbie
Posts: 1
Does sfml.net support opentk?
«
on:
August 28, 2014, 02:33:17 am »
I wonder. I want to have latest opengl standard support.
Thanks.
Logged
zsbzsb
Hero Member
Posts: 1409
Active Maintainer of CSFML/SFML.NET
Re: Does sfml.net support opentk?
«
Reply #1 on:
August 28, 2014, 02:03:03 pm »
Yes, just be sure you initialize a dummy OpenTK context and make sure you create the SFML window with the proper OpenGL version.
(click to show/hide)
OpenTK
.
Toolkit
.
Init
(
)
;
var
context
=
new
OpenTK
.
Graphics
.
GraphicsContext
(
new
ContextHandle
(
IntPtr
.
Zero
)
,
null
)
;
Logged
Motion / MotionNET
- Complete video / audio playback for SFML / SFML.NET
NetEXT
- An SFML.NET Extension Library based on
Thor
Print
Pages: [
1
]
SFML community forums
»
Bindings - other languages
»
DotNet
»
Does sfml.net support opentk?