Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "blueprints"
-
Today I remembered why I don’t “wing” things.
Anyway, here’s my cat in a cardboard tank.
Statements related.
16 -
Definitely Godot Engine. One of the greatest and easiest Game Engines I have ever used! Lots of great features and there are getting more and more!
The inbuilt programming language GDScript is really awesome too! It's a custom language built extra for the Engine, which makes it super easy to use and integrate! The syntax is a bit like python but better.
Because it's not as old as unity or unreal engine, it's not as feature rich. But I think that's okay. It allows you to get used to the current existing features, and then heading on to the new ones.
What I really enjoy is that, just as in this community, you can just talk with the creators of the engine. Asking questions, suggesting features and discussing things! They'll answer nearly everything!
Not to mention the graphics! They are really good and are nearly able to compete against Unity!
There's also a visual language you can use. Just like Unreal Engine Blueprints! Never tried it tho...
The scenes system is very easy to understand. You basically have a lot of "components" which you can use in each of your scenes. This also allows for making simple extensions!
All in all, a great engine! If you are a game developer I can definitely recommend trying it out!2 -
So im a programming student at university, tasked with a small group project to make a simple 3d platformer in ue4.
End up with 3 games design students where I'm doing all of the technical stuff while they do sound, graphics and design.
So I make a simpe all purpose ai that can do everything they need and hand it over. The next day I get a call saying it doesn't work. Takes me an hour to realise they don't have a navmesh. Now, that wasn't too unreasonable mistake as they didn't know what one was but a few hours later they call me again saying it doesn't deal any damage.
I'm going through the blueprints and can't find out what isn't working until an idea pops into my head.
Me "Click the damage variable for me"
Them "What's a variable?"
Me "That thing on the bottom left that says damage. Then the world value should pop up on the right with a number, tell me that number."
Them "0"
So apparently they fucked with the variable and set damage dealt to 0. Dunno why, they didn't even know what it was nor what it did.
This is my life at the moment. I hope a real job ain't this bad :(1 -
I get it, Unreal Engine's Blueprints are for quick mock ups, but man, that shit is really complicated, more than coding the same thing on C++.
God, I'm frustrated with that, then the "boss" decided to do an "online survival medieval rpg" game, seriously?
Don't you think that it will fail? LIKE THE THOUSANDS BEFORE?
At least I'm getting experience ¯\_(ツ)_/¯1 -
TL;DR:
What do you think about visual scripting.
Pretty much anyone here knows Scratch. And most devs make fun of it (while most also know it's a real programming environment), yet what do you guys think about BLUEPRINTS or Visual Scripting?
Starting to learn Unreal, I have two choices. C++ or Blueprints. While some argue that Blueprints can't achieve and replace C++ in Unreal, I saw others ignoring the fact and making awesome stuff you didn't think was possible. I saw how powerful even this node-based programming environment is and started learning it. What do you think?
(Image from Masterclass, not by me)
7 -
House search has never been as painful as 2021. Not only the websites are shit at stopping agencies from outright lying on their websites, but also they can't even give you a quicker browsing experience. All the click click clicks just to view one fucking option. Duplicate advertises, photos from "a similar apartment", no 3D showing, no blueprints, etc. , and all in all, awful experience all around that nobody cares to fix. 😒5
-
!Dev
I dislike the idea of therapists. I mean, not the people who study human behaviour to help understand it but the people who try to "fix" another person's problems.
My reason for this is that they're human themselves and I'd say it's pretty obvious that we don't know exactly how the mind works so it's basically like trying to fix an airplane with only half or even less of the blueprints.
The reason I don't like them being human themselves is because we are fallible, you can't guarantee or at least have a extremely high probability of the same prevention or treatment rate as you maybe could with a computer. It's not repeatable. Then again, we don't have the "blueprints" so to speak so it's kind of hard to say.
Your thoughts?5 -
I just finished designing an entire asset management pipeline and christ on a fucking pogo stick, if it isn't convoluted.
Theres a lot of game engines out there, but all of them do it a little different. They all tackle a slightly different problem, without even realizing it.
1. asset management
2. asset change management
3. behavior change management
4. data management
5. combinatorial design management.
6. Combinatorial Behavior management
7. Feature completion
ASSET MANAGEMENT is exactly what it says on the tin.
ASSET CHANGE management can be thought of handling the import, export, formatting, platform specific packing, and versioning (including forking) of an asset.
BEHAVIORAL CHANGE management is a subset of asset management, because code is a subset of assets (depending on how you define 'assets'). The oldest known example of this is commenting and uncommenting code.
Or worse, printf debugging.
This can be file versioning, basic undo services, graph management of forks and mergers, toggles for features or modules, etc.
DATA management is about anything that doesn't fall into the other categories, everything from mission text to npc dialogues, quests, location names, item stats, the works. Anything you'd be tempted to put in a database, falls under this category. Haven't yet seen many engines offer this as an explicit built in tool as of yet, because the other problems are non-trivial as is, so this is a bit of low hanging fruit that gets handled by external tools, or loaded from formats as simple as json.
COMBINATORIAL DESIGN management is the idea of prefabbing, blueprints of broader object design using nested prototypes of existing game objects, to create more complex, reusable set pieces. Unity did this well. GM does this in part.
COMBINATORIAL BEHAVIOR management is entity-component systems, plus tooling to make it easy to add, remove, and configure components and their values on entity blueprints, also not uncommon. Both stencyl and unity do this. GM has a precursor to this in the form of configurable fields, but these fields are not based on component scripts attached to objects.
FEATURE COMPLETION is that set of gameplay mechanics or styles of design that an engine naturally makes easier to include or build in a game.
I don't think I'm aiming for all that, but I think at minimum a good engine has to do asset management, behavioral change management, prefabs, and entity-component systems with management tools for that. And ideally, asset change management.8 -
Made a comparison of a rather large codebase that I did for a client before in flask to perl dancer2 and ror. Obviously the rails codebase is larger. The flask version remains as minimal as it once did, even considering blueprints and the dancer version is small but really expandable and powerfull. It has some great things, it was inspired by sinatra so it has that magical approach to doing things but the code is solid and easy to understand imho. They really make it towards perl code is not the unreadable codebase as it once was and the syntax just clicks. Even for its api capabilities it works amazing with the front end (Vue.js) and I can honestly say that I really enjoy it.
-
So freaking tired of being asked "when will the building be finished?" when I have received neither blueprints nor bricks.
-
I find it odd that I've gone from primarily doing c++ and c# in Unity in the first year to doing blueprints in unreal in the second year. I have nothing too much against blueprints (except for the crappy, broken engine it's a part of but that's for another rant), but blueprints to me seems like the dummies guide book you read before going to the challenging stuff later on when it comes to programing. I just find it a bit backwards they'd introduce that after the challenging stuff.1
-
I've decided that I want to make a REST API using Flask/Python. I've researched it for a few days, but can't seem to find anything close to a definitive answer: How should I structure the application?
I've found a lot of people talking about using Blueprints, and I'm leaning towards that, but I'm wondering if there aren't "better" frameworks for building a REST API? What do people here recommend that I look into?7 -
Rant!
Beginner tutorials are great.
Personal project UE4 (Unreal Engine Game Dev)
I'm having this bug where I dynamically draw every tick into a Uncanvas. (C++) First I call .ClearChildern and after I create UserWidgets by calling blueprint to fill text.
Text is Invisible when drawn in native tick
I works. If I don't do it in the NativeTick
Search Online: "UE4 UMG text dissappears"
Result: How to create a Button in UMG
Me: No I'm creating a complex UI system
Search Online: UE4 Issue with UMG Text disappears when drawn in native tick
Result: How to create textfield UMG with blueprints
Me: No I have a weird bug and trying to figure out why that is!
50 Searches later
have seen 50 tutorials on how to do the basics.
My problem with certain applications that there are so many tutorials out there that Sirius shit is hidden behind a cloud of beginners content.2 -
I find it insightful when people actually convert their rant into a knowledge bomb 💣💥😅 https://hackersandslackers.com/flas...
Finally getting to know clear advantages of "application factory" over how Flask apps are usually sugar-coated in scarce tutorials.
This article also points out one of the core problems with Flask documentation and, consequently, a public view on Flask's feature parity with Django.
Ever wondered why it's looked upon as not very strong rival to Django? That's documentation... again, we come to that 😔⌨️🗑 It stretches a lot of commentary and side notes, but forgets to mention best practices from community.rant overlooked patterns where are my blueprints monopoly of django poor documentation tutorial hell make factory great again flask python -
That moment when you're working at a Parcel Service or Warehouse and realize you're being worked too hard..
joke/meme joke badcode blueprints funny thingsgonewrong hilarious haha gamedev warehouse boxes wrong -
When you used a whole Day to make a Ball kill a player, and All you had to do, was to allow collision while simulating physics.. Damn i stared myself blind on that shit!3
-
That moment when you realize you didn't put something in and didn't see it. You wasted a few hours!!
-
Making my first game in Unreal, i see how blueprints could be useful. I don't like them though. I heard you can use c# in unreal but im only finding stuff for c++?3
-
Design in Motion: Real-Time Rendering's Impact on Architecture
Architecture, a discipline that once relied heavily on blueprints, models, and lengthy render times, has undergone a revolutionary transformation in recent years. The advent of real-time rendering technology has fundamentally altered the way architects visualize, present, and interact with their designs. This paradigm shift has not only enhanced the creative process but has also empowered architects to make more informed decisions and create immersive experiences for clients and stakeholders.
Real-time rendering, a technological marvel that harnesses the power of high-performance graphics hardware and advanced software algorithms, allows architects to generate photorealistic visualizations of their designs in a matter of milliseconds. Gone are the days of waiting hours or even days for a single rendering to complete. This acceleration in rendering time has not only expedited the design process but has also encouraged architects to explore multiple design iterations rapidly.
One of the most significant impacts of real-time rendering on architecture is the ability to visualize a design in various lighting conditions and environmental settings. Architects can now instantly switch between daytime and nighttime lighting scenarios, experiment with different materials, and observe how their designs respond to different seasons or weather conditions. This level of dynamic visualization offers insights into how a building's appearance and functionality evolve throughout the day, contributing to more holistic and thoughtful design solutions.
Moreover, real-time rendering has transformed client presentations. Architectural concepts can now be communicated with unprecedented clarity and realism. Clients can virtually walk through spaces, observing intricate details, exploring different angles, and even experiencing the play of light and shadow in real-time. This immersive experience fosters a deeper understanding of the design intent, enabling clients to provide more targeted feedback and make informed decisions.
The impact of real-time rendering on collaboration within architectural teams cannot be overstated. Traditionally, architects and designers would need to wait for a rendering to complete before discussing design changes or improvements. With real-time rendering, team members can make adjustments on the fly, observing the immediate effects of their decisions. This seamless collaboration not only enhances efficiency but also encourages interdisciplinary collaboration as architects, engineers, and other stakeholders can work together in real-time to refine designs.
The integration of virtual reality (VR) and augmented reality (AR) into the architectural workflow is another transformative aspect of real-time rendering. Architects can now create VR environments that allow clients to step inside their designs and explore every nook and cranny. This not only enhances client engagement but also enables architects to identify potential design flaws or spatial issues that might not be apparent in 2D drawings. AR, on the other hand, overlays digital information onto the physical world, facilitating on-site decision-making and construction supervision.
Real-time rendering's impact extends beyond the design phase. It has proven to be a valuable tool for public engagement and community involvement in architectural projects. By creating virtual walkthroughs of proposed structures, architects can offer the public an opportunity to experience the design before construction begins. This transparency fosters a sense of ownership and allows for constructive feedback, contributing to the development of designs that resonate with the community's needs and aspirations.
The environmental implications of real-time rendering are also noteworthy. The ability to visualize designs in various environmental contexts contributes to more sustainable architecture. Architects can assess how natural light interacts with interior spaces, optimizing energy efficiency and reducing the need for artificial lighting during the day.
In conclusion, real-time rendering has ushered in a new era of architectural design, propelling the industry into a realm of dynamic visualization, immersive experiences, and enhanced collaboration. The ability to witness designs in motion, explore different lighting conditions, and interact with virtual environments has redefined how architects approach their craft. From facilitating client presentations to fostering sustainable design solutions, real-time rendering's impact on architecture is profound and multifaceted. As the technology continues to evolve, architects have an unprecedented opportunity to push the boundaries of creativity, efficiency, and sustainability in the built environment. -
My aspiration is to create green houses. I've long believed that a green future starts with the houses we live in. The same belief led me to invest in Bitcoin, gradually amassing a $670,000 portfolio to bankroll my dream of a zero-waste neighborhood of houses. But one rash click was enough to watch my carefully built plans go up in flames. It was a ruthless week. Deadlines were piling up, subcontractors were behind schedule, and my caffeine intake had reached record heights. During the chaos, I installed what I thought was a run-of-the-mill update to Ledger Live. It looked legit, neat logo, familiar design, but it was a wolf in sheep's clothing digital. The moment I entered my wallet details, the screen flashed, and the app vanished. My heart stopped. My Bitcoin was stolen. Panic turned into sleepless nights. I searched on forums, called customer support, and wallowed in guilt. My dream project, the green oasis I had envisioned, was now nothing more than a mirage. Just as despair was starting to creep in, I came across an article in a newsletter detailing green technology. Buried among stories of advances in solar energy and carbon-free cities was a piece on CRANIX ETHICAL SOLUTIONS HAVEN, a team that specializes in recovering stolen cryptocurrency assets. They referred to their work as 'digital sustainability,' restoring not just wallets, but financial futures.
I reached out to them right away. They treated my situation like an architect's blueprints, detailed, innovative, and built on trust right from the first call. Their head tech, who might as well be a moonlighting detective, dismantled the malware that had duped me. They tracked the breach, mapped the transfer, and started their recovery protocols. Daily, I received reports, not mechanical but human, genuine assurances. They laid out each step like sketching construction blueprints clear, step-by-step, detailed. The twelfth day was the day the phone call came. My Bitcoin was okay again. Each virtual brick in place once more. I dissolved, this time not with hysteria, but relief. I Thought My Future Was Built—Until It Crumbled I thought my future had come crashing down until I came across CRANIX ETHICAL SOLUTIONS HAVEN. CRANIX ETHICAL SOLUTIONS HAVEN did not just retrieve my investment. They restored my dream. Today, the foundation for my eco-housing project is stronger than ever, and so is my cybersecurity.
EMAIL: cranixethicalsolutionshaven (@) post . com
TELEGRAM: @ cranixethicalsolutionshaven
WHATSAPP: +44 (7460) (622730)1 -
Streamline Your Design Process with Outsource Drafting Services and 2D CAD Drafting Services
In today's competitive business landscape, efficiency and accuracy are paramount for staying ahead of the curve. Companies across various industries, including construction, architecture, engineering, and manufacturing, are increasingly turning to outsource drafting services to optimize their design processes. Whether you're working on a building project, product design, or complex technical schematics, 2D CAD drafting services can help bring your concepts to life with precision and speed. At Outsource CAD, we specialize in providing expert outsource drafting services tailored to meet your specific needs.
Why Outsource Drafting Services?
Outsourcing drafting services is a strategic way to access high-quality, professional design work without the overhead costs associated with hiring, training, and maintaining an in-house team. By outsourcing your drafting needs, you gain access to experienced professionals who specialize in creating accurate and detailed drawings, enabling your team to focus on other critical aspects of your business.
Outsource CAD offers a comprehensive range of outsource drafting services to support businesses across multiple sectors, including architecture, engineering, and manufacturing. Whether you need 2D CAD drawings or more complex design solutions, our team of experts is here to help streamline your projects and deliver top-tier results.
What Are 2D CAD Drafting Services?
2D CAD drafting services involve the creation of two-dimensional technical drawings using CAD (Computer-Aided Design) software. These drawings are widely used in a variety of industries for creating precise plans, schematics, blueprints, and other design documents. They serve as the foundation for building structures, manufacturing products, and creating detailed technical documentation.
At Outsource CAD, we specialize in providing 2D CAD drafting services that include everything from basic sketches to detailed, industry-standard blueprints. Our drafts are designed to meet your exact specifications and can be used for construction, engineering, product development, and more. With our 2D CAD drafting services, you can be assured that every detail is accurately represented in your design, allowing for smooth project execution.
Benefits of Outsource Drafting Services
Outsourcing your drafting needs offers numerous benefits, helping businesses improve efficiency, reduce costs, and increase productivity. Here are some of the key advantages of opting for outsource drafting services:
Cost-Effective Solutions
Outsourcing your drafting needs to Outsource CAD allows you to avoid the significant costs associated with maintaining an in-house team. You’ll save on salaries, training, software, and equipment, all while receiving high-quality results at a fraction of the cost.
Access to Expertise
Our team at Outsource CAD consists of highly skilled professionals with extensive experience in 2D CAD drafting services and other drafting needs. By outsourcing to us, you gain access to a wealth of expertise that would otherwise require significant time and investment to build in-house.
Faster Turnaround Time
Our team works efficiently to deliver your drafts on time without sacrificing quality. Outsourcing allows you to speed up the design process, ensuring that your projects stay on schedule and deadlines are met.
Flexibility and Scalability
Whether you have a small project or a large-scale design, outsource drafting services offer scalability. You can adjust the level of support you need based on the project size and complexity, ensuring that you only pay for the services you require.
Improved Focus on Core Business Functions
By outsourcing your drafting tasks, you free up time and resources to focus on other critical areas of your business. This allows you to stay competitive and innovative while leaving the technical drawing work to the experts.
Quality Assurance
With Outsource CAD, you can be confident that your drafts will meet the highest industry standards. We utilize the latest CAD software and technologies to create precise, detailed drawings that align with your specifications.
Our Outsource Drafting Services at Outsource CAD
At Outsource CAD, we offer a wide range of outsource drafting services to support businesses across various industries. Some of the services we specialize in include:
2D CAD Drafting
Our 2D CAD drafting services are designed to help you create accurate and clear drawings, from architectural floor plans and mechanical schematics to electrical diagrams and more. We ensure that your designs are precise and easy to understand, ready for implementation.2 -
ETHEREUM AND USDT RECOVERY EXPERT- HIRE SALVAGE ASSET RECOVERY
The moment my Bitcoin wallet froze mid-transfer, stranding $410,000 in cryptographic limbo, I felt centuries of history slip through my fingers. That balance wasn’t just wealth; it was a lifeline for forgotten libraries, their cracked marble floors and water-stained manuscripts waiting to breathe again. The migration glitch struck like a corrupted index: one second, funds flowed smoothly; the next, the transaction hung “Unconfirmed,” its ID number mocking me in glowing red. Days bled into weeks as support tickets evaporated into corporate ether. I’d haunt the stacks of my local library, tracing fingers over brittle Dickens volumes, whispering, “I’m sorry,” to ghosts of scholars past. Then, Marian—a silver-haired librarian with a crypto wallet tucked beside her ledger found me slumped at a mahogany study carrel. “You’ve got the blockchain stare,” she murmured, pressing a Post-it into my palm.
Salvage Asset Recovery. “They resurrected my nephew’s Ethereum after a smart contract imploded. Go.”
I emailed them at midnight, my screen’s blue glare mixing with moonlight through stained-glass windows. By dawn, their engineers had dissected the disaster. The glitch, they explained, wasn’t a hack but a protocol mismatch, a handshake between wallet versions that failed mid-encryption, freezing funds like a book jammed in a pneumatic tube. “Your Bitcoin isn’t lost,” assured a specialist named Leo. “It’s stuck in a cryptographic limbo. We’ll debug the transaction layer by layer.”
Thirteen days of nerve-shredding limbo followed. I’d refresh blockchain explorers obsessively, clinging to updates: “Reverse-engineering OP_RETURN outputs…” “Bypassing nonce errors—progress at 72%...” My library blueprints, quotes for climate-controlled archives, plans for AR-guided tours sat untouched, their ink fading under my doubt. Then, on a frostbitten morning, the email arrived: “Transaction invalidated. Funds restored.” I watched, trembling, as my wallet repopulated $410,000 glowing like a Gutenberg Bible under museum lights.
Salvage Asset Recovery didn’t just reclaim my Bitcoin; they salvaged a bridge between past and future. Today, the first restored library stands in a 19th-century bank building, its vault now a digital archive where blockchain ledgers track preservation efforts. Patrons sip fair-trade coffee under vaulted ceilings, swiping NFTs that unlock rare manuscript scans, a symbiosis of parchment and Python code.
These assets are more than technicians; they’re custodians of legacy. When code fails, they speak its dead languages, reviving what the digital world dismisses as lost. And to Marian, who now hosts Bitcoin literacy workshops between poetry readings, you were the guardian angel this techno-hermit didn’t know to pray for.
If your crypto dreams stall mid-flight, summon Salvage Asset Recovery. They’ll rewrite the code, rebuild the bridge, and ensure history never becomes a footnote. All thanks to Salvage Asset Recovery- their contact info
TELEGRAM---@Salvageasset
WhatsApp+ 1 8 4 7 6 5 4 7 0 9 6
1

