Quote:
BTW, I was planning on releasing the Malfador data manipulator under the LGPL, but I wonder what my school would think about that given that I wrote most of the code for that during my free time at work (I work at school) probably they'd want ownership of the program and all mods created with it, to be used exclusively for research purposes by the University of Cincinnati
|
They can't, unless you have used the code from your actual project for this school. Check your contract. There should be a point about non-declaration, rights to code and such.
Quote:
And speaking of creating mods with tools, most of the components in the Antares Mod preview I just showed you were created with my very own Templatizer ... which no one else seems to want to use ... really, it's a handy tool, if you want I can show you the template file for the Components.txt and you can see how much cleaner everything looks when you have only one entry for each component family!
|
Great tool, indeed. But it's a dotnet, so effectively you library weight is 25 Mb. Quite big, don't you think? This also makes impractical to incorporate eee and templatizer to another project. In fact I will have to completely rewrite eee and templatizer in Python, do you mind?