Search found 102 matches

by Linkpy
Thu Nov 03, 2016 3:36 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488382

Re: What's everyone working on? (tigsource inspired)

Ahaha ! This isn't a bug, this is the font used :

Image

Quiet confusing yes :P
by Linkpy
Thu Nov 03, 2016 6:25 am
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1488382

Re: What's everyone working on? (tigsource inspired)

Working on the second alpha version of my rhythm game "Sirami" :



( If you want to try : https://linkpy.itch.io/sirami ! :) )
BTW: Not made with Love, but with Godot Engine ^^
by Linkpy
Sun Oct 16, 2016 8:39 am
Forum: Support and Development
Topic: [RESOLVED] Memory leaks with tables ?
Replies: 4
Views: 3530

Re: Memory leaks with tables ?

There are more reasons why GC wouldn't collect. Try calling collectgarbage("collect") manually in update() to see if that helps; if it doesn't, then there's probably a bug in your code as radiho has indicated. Sorry, I can't read .moon files. I already done this, and with this I was able ...
by Linkpy
Sat Oct 15, 2016 2:19 pm
Forum: Support and Development
Topic: [RESOLVED] Memory leaks with tables ?
Replies: 4
Views: 3530

[RESOLVED] Memory leaks with tables ?

Hello ! I'm making a framework on the top of Love, and I've been doing some example when I saw the tween lagging after a few seconds. Adding some debug info to the drawing, I can see the FPS dropping when the memory is expending. The problem is the memory does not stop growing, at a point where I ca...
by Linkpy
Sun Oct 09, 2016 1:35 pm
Forum: Support and Development
Topic: Seeking feedback
Replies: 4
Views: 3446

Re: Seeking feedback

Libraries written in moonscript can be used from lua with 0 modification and still fits all Lua idioms. The only issue is that people who don't know moonscript may not be able to read the code (well) so peoviding good documentation is doubly-important. But I can't recommend this, since you need to ...
by Linkpy
Sun Oct 09, 2016 11:11 am
Forum: Support and Development
Topic: Seeking feedback
Replies: 4
Views: 3446

Re: Seeking feedback

I prefer MoonScript. Much cleaner, simple and compiled to Lua so there are no problems. By the way, my goal is not to post the framework as a library in the forum, I'll keep it for my projects which use Love2D. I just want to have some feedback on the different part of the library, if things can be ...
by Linkpy
Sun Oct 09, 2016 10:52 am
Forum: Support and Development
Topic: Seeking feedback
Replies: 4
Views: 3446

Seeking feedback

Hello everyone. I'm currently working on a game named "Sirami" and I want to have some feedbacks about the framework I will use. This framework is made by me. The GitHub repository (everything is under the "framework" folder). If you want some information : Not finished (of cours...
by Linkpy
Fri Oct 07, 2016 8:17 pm
Forum: Support and Development
Topic: A tool for creating a simple and fast documentation ?
Replies: 5
Views: 3874

Re: A tool for creating a simple and fast documentation ?

But generation steps I meant generating the documentation from the source. The only "generation" step I want is taking my documentation files and create a usable output files. I'm trying MkDocs right now, and it is quiet good. And, for having a clean source code, I don't want to have dozen...
by Linkpy
Fri Oct 07, 2016 2:12 pm
Forum: Support and Development
Topic: A tool for creating a simple and fast documentation ?
Replies: 5
Views: 3874

Re: A tool for creating a simple and fast documentation ?

As far as I know, "simple" and "with a search tool (not only a website)" are opposites. By "simple", I mean something simple to setup and configure. LDoc and Locco is suitable but I want something more simple. Something like Dash / Zealdocs but using a simple file form...
by Linkpy
Fri Oct 07, 2016 11:52 am
Forum: Support and Development
Topic: A tool for creating a simple and fast documentation ?
Replies: 5
Views: 3874

A tool for creating a simple and fast documentation ?

Hello ! I'm creating a game, but I do the "framework" before the game it-self. And I search for a documentation tool with a clean visual and search tool included (and not only a "website"-generator). Do you know a software than generate or use a formatted file (XML, JSON, etc) fo...