- "C++20: The Advantages of Modules" by Rainer Grimm - 1 Update
- Users needed - 2 Updates
- neoGFX animation is as simple as... - 2 Updates
- Mutex with Spin-Count - 2 Updates
Lynn McGuire <lynnmcguire5@gmail.com>: May 13 01:48PM -0500 On 5/12/2020 9:04 PM, Melzzzzz wrote: > How they think to implement modules? In this article nothing to be > seen... >> Lynn His next article is about the implementation of modules. So watch the space for now. http://www.modernescpp.com/ Lynn |
woodbrian77@gmail.com: May 13 10:17AM -0700 Shalom I'm looking for someone interested in using my messaging and serialization library: https://github.com/Ebenezer-group/onwards . I'll spend 16 hours/week for six months on your project if we use my software as part of the project. More info here: http://webEbenezer.net/about.html . Brian Ebenezer Enterprises - Enjoying programming again. http://webEbenezer.net |
Real Troll <real.troll@trolls.com>: May 13 07:50AM -1000 > More info here: http://webEbenezer.net/about.html > . First get rid of Comcast as your webhost as they are not recognised as suitable webhost. Your links rarely work for me and so I decided to dig into this problem further and surprised that you are using Comcast as a webhost for your business. Mind boggles. <https://i.imgur.com/FFNtP9W.png> Use something like Google-Firebase or Microsoft Azure or Netlify or github for straight static site as they provide free hosting service. Alternatively, you can use Google Drive to upload your webpages and use Fast.IO to render your pages. these are all free and very reliable. |
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: May 13 05:29PM +0100 On 13/05/2020 06:27, Christian Gollwitzer wrote: >> auto explosion = ecs.create_entity(archetypes::explosion, explosionMaterial, explosionAnimation); > IOW, to you it may seem simple, to me it is just gibberish. And the nesting of different braces <({ sprinkled with names reminds me of LISP code. > Christian That was an example of how clean using neoGFX is even before further functional decomposition; I have since added more helper functions so the equiavalent code is now: auto const explosionAnimation = ng::regular_sprite_sheet_to_renderable_animation(ecs, "explosion", ":/test/resources/explosion.png", ng::vec2u32{ 4u, 4u }, 0.05); auto const testExplosion = ecs.create_entity(archetypes::explosion, explosionAnimation.material, explosionAnimation.filter); I suggest you stop being such an negative egregious cockwomble and/or learn to use C++ properly. /Flibble -- "Snakes didn't evolve, instead talking snakes with legs changed into snakes." - Rick C. Hodgin "You won't burn in hell. But be nice anyway." – Ricky Gervais "I see Atheists are fighting and killing each other again, over who doesn't believe in any God the most. Oh, no..wait.. that never happens." – Ricky Gervais "Suppose it's all true, and you walk up to the pearly gates, and are confronted by God," Byrne asked on his show The Meaning of Life. "What will Stephen Fry say to him, her, or it?" "I'd say, bone cancer in children? What's that about?" Fry replied. "How dare you? How dare you create a world to which there is such misery that is not our fault. It's not right, it's utterly, utterly evil." "Why should I respect a capricious, mean-minded, stupid God who creates a world that is so full of injustice and pain. That's what I would say." |
Bart <bc@freeuk.com>: May 13 06:04PM +0100 On 13/05/2020 17:29, Mr Flibble wrote: > ":/test/resources/explosion.png", ng::vec2u32{ 4u, 4u }, 0.05); > auto const testExplosion = ecs.create_entity(archetypes::explosion, > explosionAnimation.material, explosionAnimation.filter); Even this is too long-winded to grok in one glance. It is basically doing something like this: expAnim = rss2ra(ecs, "explosion", "expl.png", (4,4), 0.05) testExp = create_entity(explosion, expAnim.material, expAnim.filter) |
"Alf P. Steinbach" <alf.p.steinbach+usenet@gmail.com>: May 13 03:36PM +0200 On 13.05.2020 08:29, Bonita Montero wrote: > You're such a mega-idiot. That's not industrial-level code, it's > expermental to allow to prove Öö Tiibs assumptions. And for this > puprose it is completely adequate. If it doesn't need to be correct it can be arbitrarily simple and fast. - Alf |
Bonita Montero <Bonita.Montero@gmail.com>: May 13 04:02PM +0200 >> expermental to allow to prove Öö Tiibs assumptions. And for this >> puprose it is completely adequate. > If it doesn't need to be correct it can be arbitrarily simple and fast. It wouldn't be slower if it would be correct. |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment