Search found 174 matches

by Alexar
Tue Jul 28, 2015 7:05 am
Forum: Libraries and Tools
Topic: LÖVE3D
Replies: 201
Views: 166389

Re: LÖVE3D

shakesoda wrote:Looks like you need to upgrade your drivers, 9.xx is old.

other options (all in conf.lua) :

- try setting MSAA to 0
- if that doesn't work, try disabling sRGB (your GPU supports it, but it might be misbehaving)
i updated the driver and it's fixed. thank you!
by Alexar
Tue Jul 28, 2015 2:37 am
Forum: Libraries and Tools
Topic: LÖVE3D
Replies: 201
Views: 166389

Re: LÖVE3D

hi~ thanks for your reply but here comes an error i downloaded the 0.10 and dragged the love file to the exe. but an error occured "unable to initialize opengl, this program requires a graphics card which support opengl 2.1 or opengl es 2. but when i print(love.graphics.getRendererInfo()) ,the ...
by Alexar
Mon Jul 20, 2015 9:46 am
Forum: Libraries and Tools
Topic: [lib] softbody to box2d
Replies: 1
Views: 1587

[lib] softbody to box2d

hi everyone, today i bring you another lib softbody which is a almost copy from https://love2d.org/forums/viewtopic.php?f=5&t=78882&hilit=softbody but added a polygon support insprited by that lib. pic.png love soft body.love this is done in 2 hours. i still wonder how to combine the softbod...
by Alexar
Wed Jul 15, 2015 3:59 am
Forum: Libraries and Tools
Topic: LÖVE3D
Replies: 201
Views: 166389

Re: LÖVE3D

hi karai17 i love your love3d and other relative libs , and i spent some time in reading your code. but i am really new to 3d programming and opengl api, i can understand not very much. can you give us some hint or some tutorials how to use thest utils? or before i can use that, what knowledge i sho...
by Alexar
Wed Jul 15, 2015 12:31 am
Forum: Libraries and Tools
Topic: a simple color picker
Replies: 10
Views: 8648

Re: a simple color picker

Awesome! New version has much nicer mouse behaviour! I'm going to be using a version of this in Colour Constructor, so your code is going to be used by hundreds of artists. I must say man, that's some damn dense code without any comments. I may upload a commented version after i work out how everyt...
by Alexar
Tue Jul 07, 2015 12:57 am
Forum: Libraries and Tools
Topic: a simple color picker
Replies: 10
Views: 8648

Re: a simple color picker

MicroMacro wrote:I was wondering if I could use either of your color pickers in a project of mine? I don't know exactly what this project is yet, but I can see it being very useful. All credit will be given.
feel free to use and i will fix something in the later version, plz keep on focus of this lib.
by Alexar
Tue Jul 07, 2015 12:49 am
Forum: Libraries and Tools
Topic: a simple color picker
Replies: 10
Views: 8648

Re: a simple color picker

Very nice! I hope some games will use it. Issues - missing terms of use (I recommend zlib/libpng license or cc0/public domain) - using outer ring returns floating point numbers at times (I math.floor'ed them in the demo). - it seems impossible to pick full saturation/black/white because the triangl...
by Alexar
Tue Jul 07, 2015 12:35 am
Forum: Libraries and Tools
Topic: a simple color picker
Replies: 10
Views: 8648

Re: a simple color picker

Cool! I might have a use for this straight away! Just a question why are you calculating the rgb with decimal accuracy? 8 bit images only have a precision of 255 per channel. one major usability function i would suggest is to start the picking on the down click, but keep it as a bool that isn't res...
by Alexar
Tue Jul 07, 2015 12:29 am
Forum: Games and Creations
Topic: [full game](mark!)(求精华)AirFight Of Doodle V1.0
Replies: 8
Views: 20403

Re: [full game](mark!)(求精华)AirFight Of Doodle V1.0

cool man, good try and keep on fighting~ by the way i am a chinese too
by Alexar
Mon Jul 06, 2015 10:01 am
Forum: Libraries and Tools
Topic: a simple color picker
Replies: 10
Views: 8648

a simple color picker

hi everyone,
i wrote a in game color picker for my project. and i am grad to share it. all suggestions are welcomed.
screenshot.png
screenshot.png (41.2 KiB) Viewed 7690 times
demo.love
(2.06 KiB) Downloaded 283 times
Desktop.love
(2.46 KiB) Downloaded 427 times
new version comes up. i used @qubodup's ui.
now you can hold your mouse freely and no need to worry about losting focus to the picker.