Search found 5 matches

by DerpyJish
Wed Jul 13, 2016 8:32 pm
Forum: Support and Development
Topic: How to increase CPU usage/surpass 60fps
Replies: 2
Views: 1593

Re: How to increase CPU usage/surpass 60fps

Ah! I see! Thank you very much, I had turned of Vsync in my conf.lua, but I'll have a look at my GPU. Many thanks! :awesome:
by DerpyJish
Wed Jul 13, 2016 6:33 pm
Forum: Support and Development
Topic: How to increase CPU usage/surpass 60fps
Replies: 2
Views: 1593

How to increase CPU usage/surpass 60fps

Hey all! I've been fiddling around with LÖVE today, and I've made a, not actually a game, program that I want to make run as fast as possible. At the moment while the program runs it only uses about 8% of my CPU, and I would like to make it so that it uses significantly more than that. From what I'v...
by DerpyJish
Sat Feb 27, 2016 5:20 pm
Forum: Support and Development
Topic: Merging pdf files
Replies: 4
Views: 2488

Re: Merging pdf files

If you're trying to parse pdf files - what you could do is use an existing "converter" to turn the files into a manageable format like RTF or TXT. These would be trivial to handle from Lua. Great idea! I went to pdftotext.com to experiment with it, and obviously turning a pdf to txt back ...
by DerpyJish
Sat Feb 27, 2016 4:21 pm
Forum: Support and Development
Topic: Merging pdf files
Replies: 4
Views: 2488

Re: Merging pdf files

Thanks for replying! I've seen luahpdf in my search on google, but I couldn't figure out how to use it within love2d. Is there a way? I also remember having difficulty finding a lua binding for specifically merging and spiting pdfs, luahpdf only generates new ones, but I'll carry on looking for one....
by DerpyJish
Sat Feb 27, 2016 3:46 pm
Forum: Support and Development
Topic: Merging pdf files
Replies: 4
Views: 2488

Merging pdf files

I wanted to create a project that is able to take multiple .pdf files and then be able to split them up by page and merge them again. I.E Is their a way in love to combine/rearrange multiple .pdf files (I would assume with the help of 3rd party modules and things). I realize this is a bizarre thing ...